SftTree/NET 2.0

ShowToolTips Property, ColumnClass Class

Softel vdm, Inc.

Defines whether tooltips are shown for cells in this column's item area.

Syntax      ColumnClass Class (Softelvdm.SftTreeNET)

VB   

Public Property ShowToolTips As Boolean

C#   

public bool ShowToolTips { get; set; }

C++   

public: property bool ShowToolTips {
        bool get();
        void set(bool value);
}

Property Value

True if tooltips are shown for cells in this column's item area.

The default value is True.

Comments

The ShowToolTips property defines whether tooltips are shown for cells in this column's item area.

When tooltips are displayed is defined using the ToolTip.ShowAlways property.

Tooltips for row headers, headers and footers are defined using the RowHeaders.ShowToolTips, Headers.ShowToolTips and Footers.ShowToolTips properties.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com